home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / effects_properties.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  569 b   |  23 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class effects_properties extends ResourceBundle
  6.    {
  7.       public function effects_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["incorrectTrigger"] = "The Zoom effect can not be triggered by a moveEffect trigger.";
  17.          _loc1_["incorrectSource"] = "Source property must be a Class or String.";
  18.          return _loc1_;
  19.       }
  20.    }
  21. }
  22.  
  23.